15. Using psql - Final remarks
Using psql - final remarks
ND004 C01 L02 19 Using Psql - Psql Meta-Commands
start psql connection
QUESTION:
What is the command to start a psql connection to a database named
mydb
and with a username
jane
? Write it out.
SOLUTION:
psql mydb jane